HTTP server - definition. What is HTTP server
Diclib.com
قاموس على الإنترنت

%ما هو (من)٪ 1 - تعريف

NETWORK COMPUTER HOSTING OR DELIVERING A WEB SITE OR APPLICATION
HTTP Server; Webserver; Web servers; HTTP web server; Web-servers; Web-server; Web Servers; Web Server; Requests per second; Requests Per second; HTTP daemon; Web server market share; WWW server; Www server
  • embedded web server]] serving [[dynamic web page]]s used for modem configuration.
  • PC clients connected to a web server via Internet
  • Sun's [[Cobalt Qube]] 3 – a computer [[server appliance]] (2002, discontinued)
  • The world's first web server, a [[NeXT Computer]] workstation with Ethernet, 1990. The case label reads: "This machine is a server. DO NOT POWER IT DOWN!!"
  • First web proposal (1989) evaluated as ''"vague but exciting..."''
  • The inside and front of a [[Dell PowerEdge]] server, a computer designed to be mounted in a [[rack mount]] environment. It is often used as a web server.
  • Chart:<br />''Market share of all sites'' for most popular web servers 2005–2021
  • Directory listing dynamically generated by a web server.
  • PC clients communicating via network with a web server serving static and dynamic content.
  • PC clients communicating via network with a web server serving static content only.

HTTP server         
COMPUTER SOFTWARE SERVER THAT USES HTTP OR HTTPS PROTOCOLS
HTTP Server; Webserver; Web servers; HTTP web server; Web-servers; Web-server; Web Servers; Web Server; Requests per second; Requests Per second; HTTP daemon; Web server market share; WWW server; Www server
<World-Wide Web> (Or "web server") A server process running at a website which sends out web pages in response to HTTP requests from remote browsers. If one site runs more than one server they must use different port numbers. Alternatively, several hostnames may be mapped to the same computer in which case they are known as "virtual servers". Apache and NCSA HTTPd are two popular web servers. There are many others including some for practically every platform. Servers differ mostly in the "server-side" features they offer such as server-side include, and in their authentication and access control mechanisms. All decent servers support CGI and most have some binary API as well. (1997-02-05)
web server         
Web server         
A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a web page or other resource using HTTP, and the server responds with the content of that resource or an error message.

ويكيبيديا

Web server

A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a web page or other resource using HTTP, and the server responds with the content of that resource or an error message. A web server can also accept and store resources sent from the user agent if configured to do so.

The hardware used to run a web server can vary according to the volume of requests that it needs to handle. At the low end of the range are embedded systems, such as a router that runs a small web server as its configuration interface. A high-traffic Internet website might handle requests with hundreds of servers that run on racks of high-speed computers.

A resource sent from a web server can be a pre-existing file (static content) available to the web server, or it can be generated at the time of the request (dynamic content) by another program that communicates with the server software. The former usually can be served faster and can be more easily cached for repeated requests, while the latter supports a broader range of applications.

Technologies such as REST and SOAP, which use HTTP as a basis for general computer-to-computer communication, as well as support for WebDAV extensions, have extended the application of web servers well beyond their original purpose of serving human-readable pages.